body {
  font-family: 'Lato', arial, sans-serif;
  color: #444;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  height: 100%;
}

html,
body {
  /*overflow-y: scroll;*/
}

/*  */
.boe-buttom a {
  border-bottom: 1px solid !important;
}

/*  */

 /* 图标 */
 .home-page{
   position: relative;
 }
 #floors {
  /* width: 40px; */
  /* height: 200px; */
  /* position: relative;  */
  /* left: 10px;  */
  /* top: 200px; */
  /* right: 20px; */
  /* bottom: 200px; */
  /* left: 50%;
  margin-left: -650px; 
  top: 50%;
  margin-top: -100px; */
  width: 40px;
  position: fixed;
  right: 100px;
  /* bottom: 600px; */
  bottom:300px;
 }
 .bgcf3{
    display: none;
 }
#floors .fbg1{
  /* width: 40px; */
  /* height: 40px; */
  position: relative;
  background-color: #2DB6FC;
  display: inline-block;
  margin-bottom: 10px;
  box-sizing: border-box;
}
#floors .fbg2{
  /* width: 40px; */
  /* height: 40px; */
  position: relative;
  background-color: #2DB6FC;
  display: inline-block;
  /* margin-bottom: 20px; */
  box-sizing: border-box;
}
#floors .fbg1:hover .left-text{
  display: block;
}
#floors ul{
  margin: 0 0;
}

#floors .fbg1 .right-img{
  width: 40px;
  height: 40px;
  color: #fff;
  text-indent: 40px;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  
  /* background-color: #2DB6FC; */
}
#floors .fbg2 .right-img{
  width: 40px;
  height: 40px;
  color: #fff;
  text-indent: 40px;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  
  /* background-color: #2DB6FC; */
}
#floors .fbg1 .imagr1{
  background: url("../images/官网首页/tel.png") no-repeat;
  background-position: center;
  background-repeat: 100% 100%;
}
#floors .fbg1 .imagr2{
  background: url("../images/官网首页/qq.png") no-repeat;
  background-position: center;
  background-repeat: 100% 100%;
}
#floors .fbg1 .imagr3{
  background: url("../images/官网首页/wechat2.png") no-repeat;
  background-position: center;
  background-repeat: 100% 100%;
}
#floors .fbg1 .left-text{
  display: none;
  position: absolute;
  left: -230px;
  top: 0;
  width: 220px;
  height: 40px;
 text-align: right;
 line-height: 40px;
 font-size: 16px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
/* background-color: #27A3F9; */
background-image: url(../images/官网首页/bg.png);
 background-repeat: no-repeat;
		 background-size: 100%;

padding: 0 14px 0 0;
box-sizing: border-box;
}
#floors .fbg2 .imagr4{
  background: url("../images/官网首页/top.png") no-repeat;
  background-position: center;
  background-repeat: 100% 100%;
}


/*  */
/*  */
/* 二级导航 */
.two_bar {
  /* margin-left:80px; */
  display: none !important;
}

.ackti {
  display: block !important;
  display: flex;
}

li {
  list-style: none;
}

/* .two_bar li,.one_bar {
	display:block;
	text-align:center;
	font-size:16px;
	background-color:#55339e;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	border-radius:10px;
	line-height:38px;
	overflow:hidden;
	height:38px;
	width:258px;
} */
/* a:link,a:visited,a:hover,a:active .two_bar{
	text-decoration:none;
} */

/* 二级导航 */
.wrapper {
  min-height: inherit;
  /* min-height: 100%; */
  margin-bottom: -296px;
  /* equal to footer height */
}

.wrapper:after {
  content: "";
  display: block;
  height: 296px;
  /* must be the same height as footer */
}

.nopadding {
  padding: 0;
}

.footer {
  height: 296px;
  /* must be the same height as footer */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

p {
  color: #444;
  font-size: 16px;
}

a {
  color: #2ca3fa;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #48953f;
}

a:focus {
  text-decoration: none;
}

.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  padding: 8px 16px;
}

.btn .fa,
a.btn .fa {
  color: #fff;
  margin-right: 5px;
}

a.btn-cta-primary,
.btn-cta-primary {
  background: #2ca3fa;
  border: 2px solid #2ca3fa;
  color: #fff;
  text-transform: uppercase;
}

a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #2ca3fa;
  border: 2px solid #2ca3fa;
  color: #fff;
}

a.btn-cta-secondary,
.btn-cta-secondary {
  background: #fff;
  border: 2px solid #2ca3fa;
  color: #2ca3fa;
}

a.btn-cta-secondary .fa,
.btn-cta-secondary .fa {
  margin-left: 5px;
  color: #2ca3fa;
}

a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #fff;
  border: 2px solid #2ca3fa;
  color: #2ca3fa;
}

a.btn-cta-secondary:hover .fa,
.btn-cta-secondary:hover .fa {
  color: #2ca3fa;
}

.input-group-btn {
  width: 40px;
  border: 1px solid #ccc;
  text-align: center;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 140px !important;
  height: 38px;
  border-color: #d9d9d9;
}

.form-control:focus {
  border-color: #2ca3fa;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

blockquote {
  font-size: 14px;
}

.text-highlight {
  color: #2e5f28;
}

#topcontrol {
  background: #8fcc87;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

#topcontrol:hover {
  background: #2ca3fa;
}

#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}

.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}

.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}

.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}

.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}

.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}

.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}

.delayp7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
}

.delayp8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
}

.delayp9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
}

.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}

.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}

/* ======= Homepage Headline Background & Slideshow ======= */
.bg-slider-wrapper {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 620px;
  background: #fff;
  /* position: relative; */
}

.bg-slider-wrapper .flexslider {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.bg-slider-wrapper .flexslider .slide {
  display: block;
  height: 620px;
}

.havedisplay {
  display: flex;
  align-items: center;
}

.array {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.bg-slider-wrapper .flexslider .slide.slide-1 {
  background: #fff url('../images/index/banner03.png') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-slider-wrapper .flexslider .slide.slide-2 {
  background: #fff url('../images/index/banner03.png') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-slider-wrapper .flexslider .slide.slide-3 {
  background: #fff url('../images/index/banner03.png') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.flex-direction-nav li{
  /* line-height:0 !important; */
  /* text-indent:-9999px !important; */
}
.bg-slider-wrapper:hover .btnleft{
  display: block;
}
.bg-slider-wrapper:hover .btnright{
  display: block;
}
#bg-slider{
  position: relative;
}
.bg-slider-wrapper .btnleft{
  position: absolute;
  left: 271px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 82px;
  /* background-color: #2b2b2b; */
  z-index: 100000;
  display: none;
}
.bg-slider-wrapper .btnleft img{
  width: 100%;
  height: 100%;
}
.bg-slider-wrapper .btnright{
  position: absolute;
  right: 271px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 82px;
  /* background-color: #2b2b2b; */
  z-index: 100000;
  display: none;
  
}
.bg-slider-wrapper .btnright img{
  width: 100%;
  height: 100%;
}
.bg-slider-wrapper .flexslider .flex-control-nav {
  z-index: 20;
  bottom: 45px;
  position: relative;
}

.bg-slider-wrapper .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.3);
}

.bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.8);
}

/* ======= Header ======= */
.header {
  /* padding: 5px 0; */
  /* height: 80px; */
  /* line-height: 80px; */
  padding: 20px 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
  /* z-index: 888; */
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.header.navbar-fixed-top {
  border: none;
}

.header.navbar-fixed-top .main-nav .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}

.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  max-height: 50px;
}

.header h1.logo a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.header h1.logo a:hover {
  color: #2ca3fa;
}

.header h1.logo .logo-title {
  vertical-align: middle;
  line-height: 1.6;
}

.header .main-nav .navbar-toggle {
  margin-right: 0;
  background: #2ca3fa;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.header .main-nav .navbar-toggle:focus {
  outline: none;
}

.header .main-nav .navbar-toggle:hover {
  background: #2ca3fa;
}

.header .main-nav .navbar-toggle .icon-bar {
  background-color: #fff;
}

.header .main-nav .nav .nav-item {
  font-weight: normal;
  /* text-transform: uppercase; */
  font-size: 14px;
  margin-right: 10px;
  margin-left: 20px;
}

.header .main-nav .nav .nav-item .btn-link {
  background: none;
  color: #666 !important;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Lato', arial, sans-serif !important;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
  border: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header .main-nav .nav .nav-item .btn-link:focus {
  outline: none;
}

.header .main-nav .nav .nav-item .btn-link:hover {
  color: #2ca3fa !important;
}

.header .main-nav .nav .nav-item .active a {
  color: #2ca3fa;
  background: none;
  font-weight: bold;
}

.header .main-nav .nav .nav-item.nav-item-cta .btn-cta-primary {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding: 6px 12px;
  color: #fff;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  margin-top: 2px;
  background: #2ca3fa;
}

/* .header .main-nav .nav .nav-item.nav-item-cta .btn-cta-primary:hover {
  background: #2ca3fa;
  border: 2px solid #2ca3fa;
  color: #fff;
} */
.header .main-nav .nav .nav-item a {
  color: #666;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.header .main-nav .nav .nav-item :hover {
  border-bottom: 2px solid #0e83cd;
}

.header .main-nav .nav .nav-item a:hover {
  /* color: #2ca3fa; */
  background: none;
  /* color: #000; */
  /* border-bottom: 2px solid #0e83cd; */
  box-sizing: border-box;
}

.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}

.header .main-nav .nav .nav-item a:active {
  outline: none;
  /* background: none; */
}

.header .main-nav .nav .nav-item.active {
  color: #2ca3fa;
}

.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}

.header .main-nav .nav .open>a {
  background: none;
}

.header .main-nav .nav .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f5f5f5;
  border-top: 3px solid #2ca3fa;
  margin: 0;
  text-transform: none;
  min-width: 180px;
}

.header .main-nav .nav .dropdown-menu a {
  border-bottom: 1px dotted #f5f5f5;
  padding: 8px 20px;
  color: #444;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.header .main-nav .nav .dropdown-menu a:hover {
  background: #fff;
  color: #2ca3fa;
}

/* .header .main-nav .nav .dropdown-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2ca3fa;
  position: absolute;
  right: 30px;
  top: -10px;
} */

/*  */
.header-bigbox {
  width: 100%;
  background-color: #FFF;
  position: relative;
}

.header-box {
  /* width: 100%; */
  width: 1170px;
  margin: 0 auto;
  display: flex;
  text-align: left;
  align-items: center;
  padding: 30px 0;
  /* position: relative; */
}

.header-box-right {
  margin-left: 60px;
}

.header-box .header-box-right>ul {
  display: flex;
  align-items: center;
  /* width: 679px; */
  height: 14px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.header-box .header-box-right>ul li {
  padding: 10px 0;
  margin-right: 40px;
}

.header-box .header-box-right>ul li a {
  color: #333333;
  /* line-height: 24px; */
}

.header-box .header-box-right>ul>li:hover {
  border-bottom: 2px solid #0E73F8;
}

.header-box .header-box-right>ul .active {
  border-bottom: 2px solid #0E73F8;
}

.header-box .header-box-right>ul .active a {
  color: #666;
}

/* 二级导航 */
.subMenu {
  display: none;
  width: 100%;
  position: absolute;
  top: 90px;
  left: 0;
  height: 60px;
  background-color: #F5F6F9;
  z-index: 1000;
}

.subMenu>ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}

.subMenu>ul>li>a {
  box-sizing: border-box;
  display: block;
  padding: 0 18px;
  text-align: center;
  line-height: 50px;
  box-sizing: border-box;
  /* color: #fff; */

  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.subMenu>ul>li>a:hover {
  color: #2DB6FC
}


/*  */
/* 导航 */
/* ======= Footer ======= */
.footer {
  background: #1b1e2d;
  color: #fff;
  padding: 15px 0;
}

.telcolor li,
.telcolor a,
.telcolor p {
  color: #F0F2F0;
  font-size: 14px;
  line-height: 24px;
}

.footer .footer-col.about .more .fa {
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.footer .footer-col.links .fa {
  margin-right: 5px;
}

.footer .footer-col.links li {
  /* margin-bottom: 10px; */
  color: #F0F2F0;
  font-size: 14px;
  line-height: 24px;
}

.footer .footer-col.contact p {
  color: #F0F2F0;
}

.footer .footer-col.contact .fa {
  margin-right: 10px;
  color: #F0F2F0;
}

.footer .footer-col .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}

.footer .footer-col p {
  color: #F0F2F0;
}

.footer .footer-col a {
  color: #F0F2F0;
  font-size: 13px;
}

.footer .footer-col a:hover {
  color: #1d3b19;
}

.footer .bottom-bar {
  background: #444;
  color: #b3b3b3;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 30px;
}

.footer .bottom-bar .copyright {
  line-height: 1.6;
}

.footer .bottom-bar .social {
  margin-bottom: 0;
  text-align: right;
}

.footer .bottom-bar .social li {
  margin-left: 10px;
  float: right;
  text-align: right;
}

.footer .bottom-bar .social li a .fa {
  color: #b3b3b3;
  font-size: 20px;
}

.footer .bottom-bar .social li a:hover .fa {
  color: #2ca3fa;
}

/* ======= Signup Section ======= */
.signup {
  padding: 80px 0;
}

.signup.has-bg-color {
  background: #f5f5f5;
}

.signup .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}

.signup .summary {
  margin-bottom: 30px;
  color: #999;
  font-size: 18px;
}

.signup .signup-form .form-control {
  font-size: 16px;
  color: #999;
}

.signup .signup-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 380px;
}

/* ======= Modal ======= */
.modal.modal-video .modal-dialog {
  width: 760px;
  margin: 30px auto;
}

.modal.modal-video .modal-body {
  padding: 10px;
  padding-top: 0;
}

.modal.modal-video .modal-header {
  border: none;
  padding: 10px;
}

.modal.modal-video .modal-title {
  color: #377130;
}

.modal.modal-login .modal-dialog,
.modal.modal-signup .modal-dialog,
.modal.modal-resetpass .modal-dialog {
  width: 460px;
  margin: 30px auto;
}

.modal.modal-login .modal-header,
.modal.modal-signup .modal-header,
.modal.modal-resetpass .modal-header {
  border: none;
  padding: 15px;
}

.modal.modal-login .modal-header .modal-title,
.modal.modal-signup .modal-header .modal-title,
.modal.modal-resetpass .modal-header .modal-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.modal.modal-login .modal-body,
.modal.modal-signup .modal-body,
.modal.modal-resetpass .modal-body {
  padding: 30px;
  padding-top: 0;
}

.modal.modal-login .modal-body .intro,
.modal.modal-signup .modal-body .intro,
.modal.modal-resetpass .modal-body .intro {
  color: #666;
  margin-bottom: 30px;
}

.modal.modal-login .modal-footer,
.modal.modal-signup .modal-footer,
.modal.modal-resetpass .modal-footer {
  padding: 30px;
  background: #f5f5f5;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}

.modal.modal-login .modal-footer p,
.modal.modal-signup .modal-footer p,
.modal.modal-resetpass .modal-footer p {
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
}

.modal.modal-login .form-group,
.modal.modal-signup .form-group,
.modal.modal-resetpass .form-group {
  position: relative;
}

.modal.modal-login .form-group.email:before,
.modal.modal-signup .form-group.email:before,
.modal.modal-resetpass .form-group.email:before {
  content: "\f007";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 12px;
  color: #999;
}

.modal.modal-login .form-group.password:before,
.modal.modal-signup .form-group.password:before,
.modal.modal-resetpass .form-group.password:before {
  content: "\f023";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 12px;
  color: #999;
}

.modal.modal-login .form-control,
.modal.modal-signup .form-control,
.modal.modal-resetpass .form-control {
  font-size: 16px;
  padding-left: 30px;
}

.modal.modal-login .social-login,
.modal.modal-signup .social-login,
.modal.modal-resetpass .social-login {
  margin-bottom: 15px;
}

.modal.modal-login .social-login li,
.modal.modal-signup .social-login li,
.modal.modal-resetpass .social-login li {
  margin-bottom: 10px;
}

.modal.modal-login .social-login li .btn,
.modal.modal-signup .social-login li .btn,
.modal.modal-resetpass .social-login li .btn {
  color: #fff;
}

.modal.modal-login .social-login li .btn:hover,
.modal.modal-signup .social-login li .btn:hover,
.modal.modal-resetpass .social-login li .btn:hover {
  color: #fff;
}

.modal.modal-login .social-login li .btn .fa,
.modal.modal-signup .social-login li .btn .fa,
.modal.modal-resetpass .social-login li .btn .fa {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.modal.modal-login .twitter-btn,
.modal.modal-signup .twitter-btn,
.modal.modal-resetpass .twitter-btn {
  background: #55acee;
}

.modal.modal-login .twitter-btn:hover,
.modal.modal-signup .twitter-btn:hover,
.modal.modal-resetpass .twitter-btn:hover {
  background: #2795e9;
}

.modal.modal-login .facebook-btn,
.modal.modal-signup .facebook-btn,
.modal.modal-resetpass .facebook-btn {
  background: #3b5998;
}

.modal.modal-login .facebook-btn:hover,
.modal.modal-signup .facebook-btn:hover,
.modal.modal-resetpass .facebook-btn:hover {
  background: #2d4373;
}

.modal.modal-login .google-btn,
.modal.modal-signup .google-btn,
.modal.modal-resetpass .google-btn {
  background: #dd4b39;
}

.modal.modal-login .google-btn:hover,
.modal.modal-signup .google-btn:hover,
.modal.modal-resetpass .google-btn:hover {
  background: #c23321;
}

.modal.modal-login .forgot-password,
.modal.modal-signup .forgot-password,
.modal.modal-resetpass .forgot-password {
  font-size: 13px;
  margin-top: 10px;
}

.modal.modal-login .forgot-password a,
.modal.modal-signup .forgot-password a,
.modal.modal-resetpass .forgot-password a {
  color: #999;
}

.modal.modal-login .forgot-password a:hover,
.modal.modal-signup .forgot-password a:hover,
.modal.modal-resetpass .forgot-password a:hover {
  text-decoration: underline;
  color: #2ca3fa;
}

.modal.modal-login .divider,
.modal.modal-signup .divider,
.modal.modal-resetpass .divider {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  color: #999;
  text-transform: uppercase;
}

.modal.modal-login .divider span,
.modal.modal-signup .divider span,
.modal.modal-resetpass .divider span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.modal.modal-login .divider:before,
.modal.modal-signup .divider:before,
.modal.modal-resetpass .divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: #e5e5e5;
  height: 1px;
  width: 100%;
}

.modal.modal-login .note,
.modal.modal-signup .note,
.modal.modal-resetpass .note {
  color: #999;
  font-size: 13px;
  margin-bottom: 30px;
}

.modal.modal-login .btn+.note,
.modal.modal-signup .btn+.note,
.modal.modal-resetpass .btn+.note {
  margin: 15px 0;
}

.modal.modal-login .remember label,
.modal.modal-signup .remember label,
.modal.modal-resetpass .remember label {
  font-size: 14px;
  color: #666;
}

/* modal body padding shifting bug hack */
body.modal-open {
  overflow-y: scroll;
  padding-right: 0 !important;
}

/* ======= Pagination ======= */
.pagination {
  margin-bottom: 60px;
}

.pagination li a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*border: none;*/
  margin-right: 5px;
  color: #999999;
}

.pagination li a:hover {
  color: #ffffff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  border: 1px solid #ddd;
  background-color: #2ca3fa;
  /* background-color: #2ca3fa; */
  /* border: none; */
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  background-color: #2ca3fa;
  /* background-color: #d2eacf; */
  /* border: none; */
}

/*.pagination>li:first-child>a,*/
/*.pagination>li:first-child>span,*/
/*.pagination>li:last-child>a,*/
/*.pagination>li:last-child>span {*/
/*  -webkit-border-radius: 50%;*/
/*  -moz-border-radius: 50%;*/
/*  -ms-border-radius: 50%;*/
/*  -o-border-radius: 50%;*/
/*  border-radius: 50%;*/
/*  -moz-background-clip: padding;*/
/*  -webkit-background-clip: padding-box;*/
/*  background-clip: padding-box;*/
/*  background: none;*/
/*}*/

/* ======= Promo Section ======= */
.promo {
  position: relative;
  min-height: 620px;
}

.promo .intro {
  color: #fff;
  padding-top: 60px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.promo .intro .title {
  color: #fff;
  font-size: 48px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  max-width: 720px;
  font-weight: bold;
  margin-bottom: 15px;
}

.promo .intro .summary {
  color: #d4ddee;
  font-size: 24px;
  max-width: 680px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.promo .fixed-container {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
}

.promo .signup {
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  color: #fff;
}

.promo .signup .title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.promo .signup .summary {
  color: #fff;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.promo .social {
  background: #2ca3fa;
  padding: 8px 0;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #fff;
  font-size: 13px;
}

.promo .social .line {
  position: relative;
  top: -4px;
  display: inline-block;
  margin-right: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.promo .social .twitter-tweet {
  display: inline-block;
  position: relative;
  top: 2px;
}

.promo .social .fb-like {
  display: inline-block;
  position: relative;
  top: -2px;
}

/* ======= Press Section ======= */
.press {
  /* height: 100%; */
  padding-top: 80px;
  background: #fff url('../images/index/Solution(1).png') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.press ul {
  margin: 0 auto;
  margin-bottom: 0;
}

.press li {
  vertical-align: middle;
  text-align: center;
}

.press li.last {
  margin-right: 0;
}

.press li a img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  max-width: 190px;
  margin: 0 auto;
}

.press li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.service {
  /* height: 100%; */
  padding-top: 170px;
  background: #fff url('../images/index/service(1).png') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.new {
  /* height: 100%; */
  padding-top: 120px;
  background: #fff url('../images/index/Solution(1).png') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.newMore {
  box-sizing: border-box;
  color: #999;
  font-size: 13px;
  margin-top: 70px;
  padding: 5px 30px;
  background: #FFF;
  box-shadow: 0 0 5px #E3E3E3;
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
}

.learnMore {
  width: 100%;
  margin-top: 50px;
  padding: 50px;
  background: #fff url('../images/index/bottomfanganbg.png') no-repeat 50% top;
}

.fangan {
  display: flex;
  justify-content: space-around;
  align-content: center;
}

.customer {
  padding-top: 80px;
  background: #fff url('../images/index/customer.png') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.Casedisplay {
  /* height: 100%; */
  padding-top: 100px;
  background: #fff url('../images/index/service(1).png') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.Casedisplay .beyond-hiding {
  /* width: 300px; */
  /* height: 80px; */
  /* overflow:hidden;  */
  /* white-space: nowrap;  */
  /* text-overflow: ellipsis; */
}

.Casedisplay .container .row .nav-pills .active {
  background: linear-gradient(90deg, #2EB8FC, #0E73F8) !important;
  color: #fff;
  border-radius: 4px;
}

.Casedisplay .container .row .nav-pills .active a {
  color: #fff;
}

.Casedisplay .container .row .nav-pills li a {
  color: #000;
}

.newinfo {
  background-color: #fff;
  width: 90%;
  height: 300px;
  margin-top: 50px;
}

.textinfo {
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}

.newinfo1 {
  background-color: #fff;
  width: 90%;
  height: 300px;
}

.why {
  padding: 80px 0;
}

.why .title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
}

.why .intro {
  font-size: 18px;
  line-height: 1.5;
  color: #999;
  margin-bottom: 30px;
}

.why .benefits {
  padding: 60px 0;
}

.why .benefits .item {
  margin-bottom: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.why .benefits .item .title {
  margin-bottom: 15px;
  font-size: 18px;
  color: #2ca3fa;
}

.why .benefits .item .desc {
  color: #666;
}

.caseList {
  height: 200px;
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 7px #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

.Solu {
  padding-top: 80px;
  background: #fff url('../images/index/Solution(1).png') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.Solution {
  height: 50rem;
  background: #fff url('../images/index/solutionimg.png') no-repeat 50% top;
  box-shadow: 2px 2px 7px #ccc;
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}

.jiejuefangan {
  width: 21rem;
  height: 5rem;
  margin: 0.625rem 0;
  border: none;
  background: #FFF;
  color: #666;
  border-radius: 0.3125rem;
  box-shadow: 0 0 4px #999;
  position: relative;
}

.jiejuefangan:hover .jiejuefangan-img {
  display: block;
}

.jiejuefangan-img {
  width: 21rem;
  height: 5rem;
  background: linear-gradient(90deg, #2EB8FC, #0E73F8);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.displayList {
  height: 200px;
  margin-top: 60px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.serviceList {
  height: 270px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.why .benefits .item .icon {
  float: left;
}

.why .benefits .item .icon .fa,
.why .benefits .item .icon .pe-icon {
  font-size: 58px;
  color: #b3b3b3;
  margin-top: 5px;
}

.why .benefits .item .icon .pe-icon {
  font-size: 72px;
}

.why .benefits .item:hover .icon .fa,
.why .benefits .item:hover .icon .pe-icon {
  color: #999;
}

.why .benefits .item.last {
  margin-bottom: 60px;
}

.why .testimonials {
  padding: 60px 0;
}

.why .testimonials .item {
  margin-bottom: 60px;
}

.why .testimonials .item.last {
  margin-bottom: 0;
}

.why .testimonials .item .quote-box {
  background: #f5f5f5;
  padding: 30px;
  padding-bottom: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-bottom: 30px;
}

.why .testimonials .item .quote-box .fa {
  color: #9fd499;
  font-size: 18px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.why .testimonials .item .quote-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f5f5f5;
  position: absolute;
  bottom: -20px;
  margin-left: -20px;
  left: 50%;
}

.why .testimonials .item .quote {
  border: none;
  padding: 0;
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}

.why .testimonials .item .details {
  font-size: 13px;
}

.why .testimonials .item .details .name {
  display: block;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}

.why .testimonials .item .details .title {
  display: block;
  color: #b3b3b3;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 13px;
}

.why .testimonials .item .people .user-pic {
  max-width: 122px;
  max-height: 122px;
}

.why .testimonials .item .people .user-pic,
.why .testimonials .item .people .user-pic *,
.why .testimonials .item .people .user-pic *:before,
.why .testimonials .item .people .user-pic *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* ======= Video Section ======= */
.video {
  padding: 80px 0;
  position: relative;
  background: #2ca3fa url('../images/background/video-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 516px;
  color: #fff;
}

.video .title {
  color: #fff;
  font-size: 28px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  max-width: 720px;
  font-weight: bold;
  margin-bottom: 15px;
}

.video .summary {
  color: #fff;
  font-size: 18px;
  max-width: 360px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.video .control {
  position: relative;
  top: -40px;
}

.video .control .play-trigger {
  color: #fff;
  background: none;
  position: relative;
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  margin: 0 auto;
  margin-bottom: 15px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.video .control .play-trigger:active,
.video .control .play-trigger:focus {
  /* outline: none; */
}

.video .control .play-trigger:hover {
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.video .control .play-trigger:hover .fa {
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.video .control .play-trigger .fa {
  font-size: 32px;
  width: 80px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.video .control p {
  color: #fff;
}

/* ======= FAQ Section ======= */
.faq {
  padding: 80px 0;
}

.faq.has-bg-color {
  background: #f5f5f5;
}

.faq .title {
  margin-bottom: 60px;
  font-size: 28px;
}

.faq .panel {
  background: #f0f0f0;
}

.faq .panel .panel-heading {
  padding: 15px 30px;
}

.faq .panel .panel-body {
  padding: 30px;
  padding-top: 0;
  color: #666;
}

.faq .panel .panel-title {
  font-weight: normal;
  color: #666;
}

.faq .panel .panel-title .active {
  /* color: #408337; */
  color: #FFF;
}

.faq .panel .panel-title .panel-toggle .fa {
  margin-right: 10px;
  color: #2ca3fa;
}

.faq .more {
  margin-top: 60px;
}

.faq .more .title {
  margin-bottom: 15px;
  color: #999;
  font-size: 16px;
  font-weight: normal;
}

/* ======= Feature Promo Section ======= */
.features-promo {
  position: relative;
  background: #2ca3fa url('../images/background/tour-bg.jpg') no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px;
}

.features-promo .bg-mask {
  background: #2ca3fa;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.features-promo .features-intro {
  color: #fff;
  padding-top: 30px;
}

.features-promo .features-intro .title {
  color: #fff;
  font-size: 32px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  max-width: 720px;
  font-weight: bold;
  margin-bottom: 30px;
}

.features-promo .features-intro .features-list {
  font-size: 18px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-left: 0;
}

.features-promo .features-intro .features-list li {
  margin-bottom: 15px;
}

.features-promo .features-intro .features-list li .fa {
  margin-right: 10px;
  color: #408337;
  text-shadow: none;
}

.features-promo .features-video {
  padding-top: 60px;
}

.features {
  padding-top: 80px;
}

.features .item {
  padding: 60px 0;
}

.features .item .title {
  font-size: 22px;
  color: #2ca3fa;
  margin-top: 0;
}

.features .item .content p {
  font-size: 16px;
}

.features .figure img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* ======= Price Plan Section ======= */
.price-plan {
  padding: 80px 0;
}

.price-plan .title {
  font-size: 28px;
  margin-bottom: 15px;
}

.price-plan .intro {
  font-size: 18px;
  line-height: 1.5;
  color: #999;
  margin-bottom: 30px;
}

.price-plan .item .heading {
  background: #444;
  color: #fff;
  font-size: 22px;
  padding: 10px 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
}

.price-plan .item .heading .label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #2ca3fa;
  color: #fff;
  font-size: 12px;
  position: absolute;
  padding: 5px 10px;
  right: 15px;
  top: 10px;
}

.price-plan .item .content {
  background: #f5f5f5;
  padding: 30px;
}

.price-plan .item .price-figure .currency {
  font-size: 24px;
  position: relative;
  top: -25px;
}

.price-plan .item .price-figure .number {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
}

.price-plan .item .price-figure .unit {
  font-size: 12px;
  color: #bfbfbf;
  text-transform: uppercase;
}

.price-plan .item .feature-list li {
  padding: 10px 0;
}

.price-plan .item .btn {
  font-weight: bold;
  font-size: 16px;
  padding-left: 45px;
  padding-right: 45px;
}

.price-plan .item .btn .extra {
  text-transform: none;
  color: #2e5f28;
  font-weight: normal;
  font-size: 12px;
  font-family: 'Lato', arial, sans-serif;
}

/* ======= Blog Section ======= */
.blog {
  padding-top: 60px;
}

.blog .title {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 28px;
}

.blog .meta {
  font-size: 13px;
  color: #999;
  margin-bottom: 15px;
}

.blog .meta li {
  margin-right: 0;
}

.blog .meta .post-author:before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
}

.blog .meta .post-author a {
  color: #999;
}

.blog .meta .post-author a:hover {
  color: #2ca3fa;
}

.blog .meta .post-comments-link {
  float: right;
}

.blog .meta .post-comments-link .fa {
  margin-right: 5px;
}

.blog-sidebar .widget {
  margin-bottom: 60px;
}

.blog-sidebar .widget .title {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: normal;
  color: #666;
}

.blog-sidebar .widget ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

.blog-sidebar .widget ul li .count {
  color: #999;
}

.blog-sidebar .widget.recent-posts .date {
  color: #999;
  font-size: 12px;
}

.blog-sidebar .widget.social a .fa {
  font-size: 32px;
  color: #999;
}

.blog-sidebar .widget.social a:hover .fa {
  color: #2ca3fa;
}

.blog-sidebar .search-blog-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  max-width: 168px;
}

.blog-sidebar .search-blog-form .form-control {
  height: 38px;
}

.blog-sidebar .search-blog-form .btn {
  padding: 6px 12px;
}

.blog-sidebar .search-blog-form .btn .fa {
  margin-right: 0;
}

.post {
  margin-bottom: 60px;
}

.post .content .post-title {
  font-size: 22px;
}

.post .content .post-title a {
  color: #444;
}

.post .content .post-title a:hover {
  color: #377130;
}

.post .content .post-entry p {
  color: #666;
}

.post .content .post-entry .read-more .fa {
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.blog-entry .title {
  margin-bottom: 15px;
}

.blog-entry .meta {
  margin-bottom: 15px;
}

.blog-entry .post-thumb {
  margin-bottom: 30px;
}

.blog-entry .custom-list-style {
  margin-bottom: 30px;
}

.blog-entry .custom-list-style li {
  list-style: none;
  margin-bottom: 5px;
}

.blog-entry .custom-list-style li .fa {
  margin-right: 5px;
  color: #2ca3fa;
}

.blog-entry p {
  margin-bottom: 30px;
  line-height: 1.5;
}

.blog-entry .post-nav {
  margin-bottom: 30px;
}

.blog-entry .post-nav .nav-next {
  float: right;
}

.custom-quote {
  border-color: #8fcc87;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}

.custom-quote p {
  color: #666;
  line-height: 1.6;
}

.custom-quote .fa {
  color: #2ca3fa;
  margin-right: 10px;
}

.custom-quote .source {
  font-family: 'Lato', arial, sans-serif;
}

.custom-quote .source .name {
  color: #444;
}

.custom-quote .source .title {
  font-size: 13px;
  color: #999;
}

/* ======= Contact ======= */
.contact-main {
  padding-top: 80px;
}

.contact-main .title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
}

.contact-main .intro {
  margin-bottom: 30px;
  color: #999;
}

.contact-main .item {
  margin-bottom: 60px;
}

.contact-main .item .item-inner {
  margin: 30px;
  padding: 30px 10px;
  background: #f5f5f5;
  min-height: 300px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.contact-main .item .icon {
  position: relative;
  width: 90px;
  height: 90px;
  border: 2px solid #2ca3fa;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
  margin-bottom: 30px;
}

.contact-main .item .icon:hover {
  background: #2ca3fa;
  color: #fff;
}

.contact-main .item .icon:hover .fa,
.contact-main .item .icon:hover .pe-icon {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}

.contact-main .item .icon .fa,
.contact-main .item .icon .pe-icon {
  color: #2ca3fa;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.contact-main .item .details {
  font-size: 18px;
}

.contact-main .item .details .day {
  font-size: 13px;
  color: #999;
}

.contact-form-section {
  padding-bottom: 80px;
}

.contact-form-section .title {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 18px;
}

.contact-form-section .intro {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #666;
}

.contact-form-section .form-control {
  font-size: 16px;
  color: #999;
}

.gmap-wrapper {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}

.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ======= 404 ======= */
.section-404 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-404 .title-404 {
  font-size: 70px;
}

.section-404 .intro {
  font-size: 20px;
  font-weight: bold;
}

.section-404 .guide {
  color: #666;
}

.section-404 .btn-back-home {
  margin-top: 30px;
}

/* ======= Configure Style (REMOVE ON YOUR PRODUCTION SITE)  ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 20;
}

.config-wrapper-inner {
  position: relative;
}

.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #2b2b2b;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.config-trigger:hover {
  background: #000;
}

.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}

.config-panel {
  width: 190px;
  display: none;
  background: #2b2b2b;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.config-panel h5.device-title {
  margin-bottom: 5px;
}

.config-panel #color-options {
  margin-bottom: 15px;
}

.config-panel #color-options li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}

.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.config-panel #color-options li.active a {
  border: 2px solid #fff;
}

.config-panel #color-options li.theme-1 a {
  background: #2ca3fa;
}

.config-panel #color-options li.theme-2 a {
  background-color: #28A5A8;
}

.config-panel #color-options li.theme-3 a {
  background-color: #0e83cd;
}

.config-panel #color-options li.theme-4 a {
  background-color: #eea303;
}

.config-panel #color-options li.theme-5 a {
  background-color: #34495e;
}

.config-panel #color-options li.theme-6 a {
  background-color: #47c9af;
}

.config-panel #color-options li.theme-7 a {
  background-color: #A06081;
}

.config-panel #color-options li.theme-8 a {
  background-color: #96a94b;
}

.config-panel #color-options li.theme-9 a {
  background-color: #f06060;
}

.config-panel #color-options li.theme-10 a {
  background-color: #737F97;
}

.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}

.config-panel .close .fa {
  color: #fff;
}

/* 尾部 */
/* .bb{
  width: 100%;
} */
#center {
  width: 1200px;
  /* height: 288px; */
  margin: 0 auto;
}

.footer-top {
  /* background-color: #000000; */
  background: #1b1e2d;
  height: 248px;
  width: 100%;
  color: #FFFFFF;
  padding: 30px 0 0 0;
}

.footer-top-flex {
  display: flex;
  /* align-items: center; */
}

.footer-top-flex div {
  box-sizing: border-box;
  margin-right: 60px;
}

.footer-top-flex ul {
  list-style: none;
  text-align: left;
}

.footer-top-flex ul li:first-child {
  /* height: 112px; */
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 500;
  /* color: #FFFFFF; */
  line-height: 24px;
}

.footer-top-flex ul li:first-child a {
  color: #FFF;
}

.footer-top-flex ul li {
  font-size: 12px;
  /* color: #FFFFFF; */
  line-height: 24px;
}

.footer-top-flex ul li a {
  /* color: #A8A9AC; */
  color: #fff;
}

.footer-top-border {
  border-left: 1px solid #999;
  padding: 0 0 0 56px;
}

.footer-buttom {
  background-color: #282C37;
  height: 40px;
}

.footer-buttom-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-buttom-text>span {
  line-height: 40px;
  height: 14px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.footer-buttom-text-color {
  color: #2EBBFF;
}

/*  */


/*  */
@media screen and (max-width: 3000px) and (min-width: 901px) {
  body {
    zoom: 1.25;
  }
  .hearder-move {
    display: none;
  }
  
  .index-img {
    display: none;
  }

  .press-move {
    display: none;
  }

  .press-move-shadow {
    display: none;
  }

  .service-move {
    display: none;
  }

  .Solu-move {
    display: none;
  }

  .Casedisplay-move {
    display: none;
  }

  .new-move {
    display: none;
  }

  .customer-move {
    display: none;
  }

  .programme-move {
    display: none;
  }

  .footer-move {
    display: none;
  }
}

@media screen and (max-width:900px) {
  .header-bigbox {
    display: none;
  }
  #floors{
    display: none;
  }
  #promo {
    display: none;
  }
  .bgcf3{
    display: none!important;
  }
  .press {
    display: none;
  }

  .service {
    display: none;
  }

  .Solu {
    display: none;
  }

  .new {
    display: none;
  }

  .customer {
    display: none;
  }

  .learnMore {
    display: none;
  }

  .footer-top {
    display: none;
  }

  .footer-buttom {
    display: none;
  }

  .Casedisplay {
    display: none;
  }

  #content-move {
    width: 90%;
    margin: 0 auto;
  }

  .press-move-top {
    text-align: center;
    position: relative;
  }

  .press-move .press-move-top .h1 {
    font-size: 18pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    z-index: 1000;
  }

  .press-move .press-move-top .text {
    font-size: 9pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }

  /* strength */
  .press-move .pot-img {
    width: 230pt;
    height: 35pt;
    position: absolute;
    top: -24pt;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
    background: url(../images/官网首页/strength.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  /* .pot-img img{
    width: 230pt;
    height: 35pt;
  } */
  .press-move-cen {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30pt;
  }

  .press-move-cen-box {
    display: flex;
    flex-direction: column;
  }

  .press-move-cen-box .num {
    font-size: 24pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2DB6FC;
    line-height: 18pt;
    margin: 10pt 0;
  }

  .press-move-cen-box .text {
    font-size: 9pt;
    line-height: 10pt;
    color: #333;
  }

  .press-move-buttom {
    width: 100%;
    height: 259pt;
  }

  .press-move-buttom img {
    width: 100%;
    height: 259pt;
  }

  .press-move-shadow {
    padding: 15pt 0;
  }

  .press-move-shadow-box {

    /* background: #FFFFFF; */

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .press-move-shadow-l {
    border-radius: 10px;
    background: #FFFFFF;
    width: 120pt;
    height: 130pt;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10pt 0 0 0;
    margin: 0 6pt 12pt 0;
  }

  .press-move-shadow-l img {
    margin: 0 auto;
    text-align: center;
    width: 40pt;
    height: 40pt;
  }

  .press-move-shadow-l .title {
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
  }

  .press-move-shadow-l .text {
    font-size: 9pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 15pt;
  }

  .service-move-top {
    text-align: center;
    position: relative;
  }

  .service-move .service-move-top .h1 {
    font-size: 18pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    z-index: 1000;
  }

  .service-move .service-move-top .text {
    font-size: 9pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }

  .service-move .pot-img {
    width: 230pt;
    height: 35pt;
    position: absolute;
    top: -24pt;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
    background: url(../images/官网首页/strength.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .service-move-buttom {
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 30pt;
  }

  .service-move-buttom-box {
    /* text-align: center; */
    width: 100pt;
  }

  .service-move-buttom-box-top {
    display: flex;
    align-items: center;
  }

  .service-move-buttom-box-top span {
    font-size: 24pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E6E6E6;
    line-height: 18pt;
  }

  .service-move-buttom-box-buttom {
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 15pt;
  }

  /* .service-move-buttom-box p .circle {
    width: 5pt;
    height: 5pt;
    border: 1pt solid #050001;
    border-radius: 50%;
  } */
  .service-move-buttom-box p {
    margin: 0 0;
  }

  .service-move-buttom-box p .text {
    font-size: 9pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 15pt;
  }

  /*  */
  .Solu-move {
    margin-bottom: 30pt;
  }

  .Solu-move-top-Solu {
    text-align: center;
    position: relative;
    margin-bottom: 20pt;
  }

  .Solu-move .Solu-move-top-Solu .h1 {
    font-size: 18pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    z-index: 1000;
  }

  .Solu-move .Solu-move-top-Solu .text {
    font-size: 9pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }

  /* strength */
  .Solu-move .pot-img {
    width: 230pt;
    height: 35pt;
    position: absolute;
    top: -24pt;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
    background: url(../images/官网首页/strength.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  /*  */
  .Solu-move-top-Solu img {
    width: 100%;
    height: 210pt;
  }

  .show_content1-move-Solu li {
    padding: 0 0 !important;
    display: none;
  }

  .show_tab-move {
    margin-bottom: 15pt;
  }

  .Solu-move-top-Solu p {
    margin: 0 0;
    font-size: 9pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 15pt;
    margin-bottom: 15pt;
  }

  .Solu-move .show_tab-move {
    flex-wrap: nowrap !important;
  }

  .Solu-move button {
    width: 125pt;
    height: 30pt;
    background: linear-gradient(90deg, #2EB8FC, #0E73F8);
    border-radius: 15pt;
    border: none;
  }

  .Solu-move button span {
    width: 48pt;
    height: 12.5pt;
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    border: none;
  }

  .Casedisplay-move-top {
    text-align: center;
    position: relative;
    margin-bottom: 20pt;
  }

  .Casedisplay-move .Casedisplay-move-top .h1 {
    font-size: 18pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    z-index: 1000;
  }

  .Casedisplay-move .Casedisplay-move-top .text {
    font-size: 9pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }

  /* strength */
  .Casedisplay-move .pot-img {
    width: 230pt;
    height: 35pt;
    position: absolute;
    top: -24pt;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
    background: url(../images/官网首页/strength.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  /*  */
  .new-move {
    margin-bottom: 30pt;
  }

  .new-move-top {
    text-align: center;
    position: relative;
    margin-bottom: 20pt;
  }

  .new-move .new-move-top .h1 {
    font-size: 18pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    z-index: 1000;
  }

  .new-move .new-move-top .text {
    font-size: 9pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }

  .new-move .pot-img {
    width: 230pt;
    height: 35pt;
    position: absolute;
    top: -24pt;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
    background: url(../images/官网首页/strength.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  /*  */
  .new-move-cen {
    position: relative;
    width: 100%;
    /* height: 254pt; */
  }

  .new-move-cen img {
    /* max-width: 100%; */
    width: 100%;
    /* max-height: 254pt; */
    /* max-height: 100%; */
    /* width: 100%; */
    /* height: 104pt; */
  }

  .pot-buttom {
    width: 100%;
    height: 40pt;
    opacity: 0.7;
    text-align: center;
    background-color: #0C0C0D;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 40pt;
    z-index: 100;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
  }

  .pot-buttom p {
    height: 40pt;
    width: 100%;
    /* width: 300pt; */
    /* padding: 0 20pt; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    z-index: 10000;
    color: #FFFFFF !important;
  }

  /* .pot-buttom span {
    height: 12pt;

    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 15pt;
  } */

  .new-move-buttom-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    height: 40pt;
  }
  .duiqi {
    display: flex;
    align-items: center;
  }
  .new-move-buttom-box .yuan{
    width: 4pt;
    height: 4pt;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 8pt;
  }
  .new-move-buttom-box .text {
    display: inline-block;
    width: 180pt;
    font-size: 10pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24pt;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .new-move-buttom-box>.day {
    font-size: 8pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24pt;
  }

  .new-move-title {
    width: 125pt;
    height: 30pt;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 15pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24pt auto;
  }

  .new-move-title span {
    /* width: 85px;
    height: 19px; */
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
  }

  /*  */
  .customer-move {
    margin-bottom: 30pt;
  }

  .customer-move-top {
    text-align: center;
    position: relative;
    margin-bottom: 20pt;
  }

  .customer-move .customer-move-top .h1 {
    font-size: 18pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    z-index: 1000;
  }

  .customer-move .customer-move-top .text {
    font-size: 9pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }

  .customer-move .pot-img {
    width: 230pt;
    height: 35pt;
    position: absolute;
    top: -24pt;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
    background: url(../images/官网首页/strength.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .customer-move-title {
    width: 125pt;
    height: 30pt;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 15pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24pt auto;
  }

  .customer-move-title span {
    /* width: 85px;
    height: 19px; */
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
  }

  /*  */

  /*  */
  .img-buttom-move {
    width: 100%;
    /* height: 114px; */
    /*height: 57pt;*/
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    list-style: none;
  }

  .img-buttom-move li {
    border: 1px solid #EEEEEE;
  }


  .img-buttom-move li {
    /* width: 265px; */
    width: 132.5pt;
    /* height: 114px; */
    /*height: 57pt;*/
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-buttom-move li:nth-child(1) span {
    /* width: 105px; */
    width: 52.5pt;
    /* height: 34px; */
    /* height: 85px; */
    height: 42.5pt;
    background-image: url(../images/aboutus/kehu09.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .img-buttom-move li:nth-child(2) span {
    /* width: 91px; */
    width: 45pt;
    /* height: 34px; */
    /* height: 87px; */
    height: 43pt;
    background-image: url(../images/aboutus/kehu10.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .img-buttom-move li:nth-child(3) span {
    /* width: 112px; */
    width: 56pt;
    /* height: 34px; */
    /* height: 91px; */
    height: 45pt;
    background-image: url(../images/aboutus/kehu11.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .img-buttom-move li:nth-child(4) span {
    /* width: 58px; */
    width: 29pt;
    /* height: 34px; */
    /* height: 88px; */
    height: 44pt;
    background-image: url(../images/aboutus/kehu12.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .ranking-move {
    display: block;
    display: flex;
    justify-content: center;
  }

  /*  */
  .programme-move {
    width: 100%;
    height: 91pt;
    /* background: url(../images/index/huoqufanganbg.png); */
    background: url(../images/官网首页/huoqufanganbgl.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .programme-move span {
    font-size: 15pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 13pt 0;
  }

  .programme-move button {
    width: 125pt;
    height: 30pt;
    background: #FFFFFF;
    border-radius: 15pt;
    border: none;
  }

  .programme-move>button>span {
    width: 48pt;
    height: 12pt;
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #27A3F9;
  }

  .footer-move {
    width: 100%;
    height: 100pt;
    background-color: #1B1E2D;
    /* padding: 16pt 119pt 16pt 15pt; */

  }

  .footer-move-box {
    width: 220pt;
    height: 58pt;
    margin-left: 15pt;
    /* margin-top: 16pt; */
    padding-top: 16pt;
    /* padding: 16pt 119pt 16pt 15pt; */
  }

  .footer-move-box .title {
    /* width: 481px;
    height: 116px; */
    width: 220pt;
    font-size: 11pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 15pt;
  }

  .footer-move-box .text {
    width: 240pt;
    font-size: 7pt;
    color: #FFFFFF;
    line-height: 15pt;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
  }

  .index-img img {
    width: 100%;
    height: 225px;
    /*margin-bottom: 30pt;*/
  }

  .hearder-move {
    width: 100%;
    /* height: 44pt; */
    position: relative;
  }

  .hearder-move-box {
    height: 44pt;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6ut 0;
  }

  .hearder-move-left img {
    /*width: 116pt;*/
    /*height: 32pt;*/
  }

  .hearder-move-right img {
    width: 21pt;
    height: 18pt;
  }

  .Navigation-move {
    background-color: #FFFFFF;
    width: 100%;
    /* height: 410pt; */
    /* height: 340pt; */
    position: absolute;
    left: 0;
    top: 44pt;
    z-index: 100000;
    display: none;
  }

  .Navigation-move-box {
    /* line-height: 45pt; */
    width: 100%;
    height: 40pt;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
  }

  .Navigation-move-box .left {
    /* display: inline-block; */
    width: 4pt;
    height: 20pt;
    background-color: #2DB6FC;
    margin-left: 5%;
  }

  .Navigation-move-box .right {
    /* width: 128px; */
    /* height: 16pt; */
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-left: 15pt;
  }

  .Navigation-move-box .right a {
    color: #000;
  }

  .Navigation-move-box .right .active {
    color: #2DB6FC;
  }

  .Navigation-move-second {
    width: 100%;
    /*height: 40pt;*/
    border: 1px solid #EEEEEE;
    opacity: 0.9;
    line-height: 40pt;
    text-align: center;
    display: none;
  }

  .Navigation-move-second span {

    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
  }

  .Navigation-move-second span a {
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
  }
  /*  */
  .show_tab-move-Solu:after {
    content: "";
    display: block;
    clear: both;
  }

  .show_tab-move-Solu {
    /* height: 75pt; */
    display: flex;

    /* justify-content: space-between; */
    /* justify-content:space-around; */
    /* align-items: center; */
    /* justify-content: space-between; */
     flex-wrap: wrap;
    margin-bottom: 20pt;
  }

  .show_tab-move-Solu div {
    /*width: 54pt !important;*/
    height: 30pt;
    line-height: 18pt;
    text-align: center;
    cursor: pointer;
    line-height: 30pt;
    border-radius: 5px;
    background: #EAF8FF;
    border-radius: 5pt;
    color: #2DB6FC;
    /* margin-right: 7pt; */
    margin: 2pt;
  }

  .tab_active-move-Solu {
    background: linear-gradient(90deg, #0D72F7 0%, #2EB9FC 100%) !important;
    color: #FFFFFF!important;
  }

  .show_tab-move-Solu div.tab_active {
    background: linear-gradient(90deg, #0D72F7 0%, #2EB9FC 100%);
  }
  /*  */
}

/* Extra small devices (phones, less than 768px) */
/* @media (max-width: 767px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
    padding-bottom: 0;
  }
  .havedisplay{
	  display: block;
  }
  .modal.modal-video .modal-dialog,
  .modal.modal-login .modal-dialog,
  .modal.modal-signup .modal-dialog,
  .modal.modal-resetpass .modal-dialog {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-fixed-top {
    position: static;
  }
  .promo .intro .title {
    font-size: 22px;
  }
  .promo .intro .summary {
    font-size: 18px;
  }
  .signup .signup-form .form-group {
    width: 180px;
  }
  .signup .signup-form .form-control {
    font-size: 13px;
  }
  .why .benefits .item .icon .fa,
  .why .benefits .item .icon .pe-icon {
    margin-bottom: 30px;
  }
  .why .benefits .item .title {
    text-align: center;
  }
  .why .benefits .item .content p {
    text-align: center;
    padding: 15px;
  }
  .why .testimonials .item {
    padding: 15px;
  }
  .press {
    padding-bottom: 0;
  }
  .press li {
    margin-bottom: 30px;
  }
  .press li a img {
    max-width: 120px;
  }
  .press li.xs-break {
    clear: left;
  }
  .video {
    padding: 30px 0;
  }
  .video .control {
    position: static;
  }
  .footer-col {
    margin-bottom: 60px;
  }
  .footer .bottom-bar .copyright {
    margin-bottom: 15px;
  }
  .footer .bottom-bar .social li {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }
  .features-video {
    margin-bottom: 30px;
  }
  .features {
    padding: 30px 0;
  }
  .features .item {
    padding: 15px 0;
    margin-bottom: 0;
  }
  .features .item .content {
    padding: 30px;
  }
  .contact-main .item {
    margin-bottom: 15px;
  }
  .form-control{
	  width: 100% !important;
  }
  .contact-main .item.last {
    margin-bottom: 60px;
  }
  .contact-main .item .item-inner {
    min-height: inherit;
  }
  .header .main-nav .nav .dropdown-menu:before {
    display: none;
  }
  .header .main-nav .nav .dropdown-menu {
    border: none;
  }
  .box {
    overflow-y: scroll;
  }
  .box .list {
    width: 320px;
    height: 150px;
    margin: 20px 0;

  }
  .list_r {
    width: 215px;
  }
  .title {
    font-size: 14px;

  }
  .list_r_text p {
    font-size: 12px;

  }
  .img {
    width: 80px;
    height: 80px;
  }
  .list_l .img img {
    width: 80px;
    height: 80px;
  }
  .news_list_img {
    width: 120px;
    height: 80px;
  }
  .news_list_img img {
      width: 120px;
      height: 80px;
  }
  .news_list_text {
    width: 200px;
    height: 80px;
    margin-right: 15px;
  }
  .news_list_text h3{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 180px;
  }
  .news_list_text p{
    margin: 0;
    padding: 0;
    margin-top: 7px;
    font-size: 12px;
    color: #999999;
    width:200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news_content_back,.NewsDetails_content_back {
    width: 100%;
    height: 200px;
    background: url(../images/background/newsbanner.png);
    background-size: 100% 100%;
  }
  .back_img {
    width: 100%;
    height: 200px;
    background: url(../images/background/guanyubanner.png);
    background-size: 100% 100%;
} */
/* Small devices (tablets, 768px and up) */
/* @media (min-width: 768px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
    padding-bottom: 0;
  }
  .footer .bottom-bar .social li {
    float: right;
  }
  .footer-col-inner {
    margin-bottom: 15px;
  }
  .navbar-fixed-top {
    position: static;
  }
  .header h1.logo {
    float: none !important;
  }
  .main-nav {
    float: none !important;
  }
  .main-nav .navbar-collapse {
    float: none;
    text-align: center;
  }
  .main-nav .navbar-collapse .nav {
    margin: 0 auto;
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .why .benefits .item .icon .fa,
  .why .benefits .item .icon .pe-icon {
    margin-bottom: 30px;
  }
  .why .benefits .item {
    padding: 15px;
  }
  .why .testimonials .item {
    padding: 15px;
  }
  .press {
    padding-bottom: 0;
  }
  .press li {
    margin-bottom: 30px;
  }
  .press li a img {
    max-width: 140px;
  }
  .press li.break {
    clear: left;
  }
  .price-plan .item .heading .label {
    padding: 5px;
    right: 10px;
    font-size: 11px;
  }
  .contact-main .item {
    margin-bottom: 15px;
  }
  .contact-main .item.last {
    margin-bottom: 60px;
  }
  .contact-main .item .item-inner {
    min-height: inherit;
  }
  .video .summary {
    max-width: 320px;
  }
} */


/* Medium devices (desktops, 992px and up) */

/* @media (min-width: 992px) {
  .navbar-fixed-top {
    position: fixed;
    top: 0;
  }
  .main-nav {
    float: left !important;
  }
  .header h1.logo {
    float: left !important;
    text-align: left;
  }
  .main-nav {
    float: left !important;
  }
  .main-nav .navbar-collapse {
    float: left;
    text-align: left;
  }
  .main-nav .navbar-collapse .nav {
    margin: inherit;
    float: left;
  }
  .press {
    padding-bottom: 30px;
  }
  .press li {
    margin-bottom: 0;
  }
  .press li.break {
    clear: none;
  }
  .press li a img {
    max-width: 160px;
  }
  .price-plan .item .heading .label {
    padding: 5px 10px;
    right: 15px;
    font-size: 12px;
  }
  .contact-main .item {
    margin-bottom: 30px;
  }
  .contact-main .item .item-inner {
    min-height: 300px;
  }
  .video .summary {
    max-width: 360px;
  } */
/* Sticky Footer */
/* html,
  body {
    height: 100%;
  }
  .wrapper {
	min-height: inherit;
    margin-bottom: -296px;
  }
  .wrapper:after {
    content: "";
    display: block;
    height: 296px;
  }
  .footer {
    height: 296px;
  }
} */